home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / xlist213.zip / FILEROUT.CTL < prev    next >
Text File  |  1991-04-12  |  4KB  |  103 lines

  1. %                  Lets do some FileRouting Using Binkley
  2.  
  3. % X_LIST V2.13 IS NOT PUBLIC DOMAINE MATERIAL - but almost free for most
  4. % BBS as stated in the documentation - read it.
  5. %
  6. % This sample control file demonstrates how to forward different files to
  7. % other systems.
  8.  
  9. SystemPath C:\OPUS\                      % Here's the SystemFiles
  10. OutFile NUL.TXT                          % No file list.
  11. XListData C:\OPUS\CTL\FILEROUT.DAT       % X_List nodepat.
  12.  
  13. % When working with a LAN, you may need to change this variable..
  14.  
  15. %FileMode 2   % Default
  16. %FileMode 0   % Open files as read-only.. Might be usefull in MTASK.
  17.               % Other possible values may be found in you LAN documentation.
  18.  
  19. First 99                                 % Don't scan any area
  20. Last 99
  21. Skip 99
  22. SysOp Per Holm                           % Senders name (normally the SysOp)
  23. Hindustan No
  24. %MsgArea 1                               % Use this area for the Report
  25. %DailyReport                             % Enable this if you want a report.
  26. BoardName «» Look at my new X_List «»
  27. Address 2:230/22               % Default forward address.
  28. Address 27:1345/100            % Use this address for Zone 27 Nodes.
  29. Address 97:9451/4              % Use this address for Zone 97 Nodes.
  30. %Address 2:230/22.17           % Or maybe a full 4 stroke pointaddress.
  31. %Zone 2                                  % Or if prefer the old method
  32. %Net 230
  33. %Node 22
  34. %Point 1
  35. Inbound C:\Traffic\In\                   % This is the netfile area.
  36. RSPFiles                                 % Convert those .RSP files to Matrix
  37.                                          % messages
  38. OutBound C:\traffic\Out\                 % Here we put the .?LO files
  39. %
  40. Zones                                    % Use full Zone:Net/Node support
  41. %
  42. LoTechMailer                             % Use fileattaches when forwarding.
  43. %
  44. ForceINTL                                % Force INTL lines in all messages
  45. %
  46. % Ok lets check if someone sent some new files to be moved to another dir.
  47. %
  48. Move C:\In\nodediff.A*  C:\File\Fido\ /T
  49. Move C:\In\Z2-diff.A*   D:\Nodelist\  /X
  50. Move C:\In\Z2-diff.A*   C:\File\Fido\ /T
  51. Move C:\In\FNEWS*.ARC   C:\File\Fido\ /T
  52. Move C:\In\EMBBS*.ARC   C:\File\Fido\ /T /S2:231/34 /PSECRET
  53. Move C:\In\EMBBS*.ARC   C:\File\Net\
  54. %
  55. %   /T       : Touch the file.
  56. %   /F       : Forward the file.
  57. %   /S<Node> : Check Security file for origin node.
  58. %   /P<PWD>  : Security Password must be.
  59. %   /C       : Insert file into FILES.BBS, without any comment.
  60. %   /C<TXT>  : Comments for any files.BBS in the dest. area.
  61. %   /X       : Do a copy, not a Move.
  62. %       Note the /C must be the very last flag..
  63. %
  64. % Now let's send the new files and messages
  65. %
  66. %   Forward C:\test.TST [<Flag>]<Node>[![<Password>]],..
  67. %
  68. %     <Flag> : H = Hold (.HLO)    (Default)
  69. %              N = Normal (.FLO)
  70. %              D = Direct (.DLO)
  71. %              C = Crash (.CLO)
  72. %
  73. Forward C:\opus\msg\Point*.*       9999/21,9999/22
  74. %
  75. Forward C:\File\FNews\Fnews*.ARC   230/101!TEST,230/31
  76. Forward C:\File\FNews\Embbs*.ARC   230/101
  77. Forward C:\file\Fido\nodediff.A*   2:23/106,1:9876/5432.1
  78. Forward C:\file\Fido\Z2-diff.A*    230/13,230/101,231/34,234/10,9999/21
  79. Forward C:\File\NEW\X_List*.*      C230/13,H231/34
  80. %
  81. MatrixPath C:\MATRIX\                    % Aha here we have the Matrix area. 
  82. ForwardMsg C:\opus\ctl\Forw_msg.txt      % Let's send a message with the file.
  83. %
  84. % And let's add some exiting Subject lines....
  85. %
  86. Lan-DR Forward Report
  87. Lan-YG You got yourself a new
  88. %
  89. % Here is some of those that we know... No reason just to send to SysOp..
  90. %
  91. Name 230/13         /N          NaaK Trimning   % /N = No follow up message when
  92. Name 230/101        /N /PTEST   Mik Tuver       %      Lotechmailer is disabled
  93. Name 231/34            /PSECRET Johnny Odgaard  % /P   Send Password file.
  94. Name 9999/22        /L          Henrik Mejnhard % /L   Use LotechMailer.
  95. Name 2:23/105                   George Cordner
  96. Name 1:9876/5432.1              Cr. Ackermann
  97. %
  98. % And let's move all those Tick files too to the correct area..
  99. %
  100. Tick C:\Opus\Ctl\X_Tick.Ctl    % Use this Tick compatible Cfg file...
  101. %
  102.  
  103.